lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 7b1ae09 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
|
Convert uspace to meson
|
-
Property mode
set to
100644
|
|
File size:
301 bytes
|
| Line | |
|---|
| 1 | c_args += [ '-D__helenos__', '-Wno-unknown-pragmas' ]
|
|---|
| 2 |
|
|---|
| 3 | src = files(
|
|---|
| 4 | 'src/os/helenos.c',
|
|---|
| 5 | 'src/assert.c',
|
|---|
| 6 | 'src/helper.c',
|
|---|
| 7 | 'src/list.c',
|
|---|
| 8 | 'src/main.c',
|
|---|
| 9 | 'src/print.c',
|
|---|
| 10 | 'src/report/report.c',
|
|---|
| 11 | 'src/report/tap.c',
|
|---|
| 12 | 'src/report/xml.c',
|
|---|
| 13 | 'src/run.c',
|
|---|
| 14 | )
|
|---|
| 15 |
|
|---|
| 16 | if CONFIG_PCUT_SELF_TESTS
|
|---|
| 17 | subdir('tests')
|
|---|
| 18 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.