Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```