Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/test-app-with-bridging-header
Demo of test buck app with bridging header
https://github.com/mgrebenets/test-app-with-bridging-header
Last synced: 6 days ago
JSON representation
Demo of test buck app with bridging header
- Host: GitHub
- URL: https://github.com/mgrebenets/test-app-with-bridging-header
- Owner: mgrebenets
- Created: 2018-06-18T12:15:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T23:49:50.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T22:12:57.285Z (about 2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo project for [#2074](https://github.com/facebook/buck/issues/2074).
# 2074
```bash
buckw test app
```The command fails with the following error:
```text
Command failed with exit code 1.
stderr: Tests/SampleTests.swift:5:18: error: no such module 'App'
@testable import App
```