|
Last change
on this file since e49d0ac was 8624d1f, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago |
|
Update some files that use shell-style comments
|
-
Property mode
set to
100644
|
|
File size:
343 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # SPDX-FileCopyrightText: 2013 Vojtech Horky
|
|---|
| 3 | #
|
|---|
| 4 | # SPDX-License-Identifier: BSD-3-Clause
|
|---|
| 5 | #
|
|---|
| 6 |
|
|---|
| 7 | SOURCES = \
|
|---|
| 8 | src/os/helenos.c \
|
|---|
| 9 | src/assert.c \
|
|---|
| 10 | src/helper.c \
|
|---|
| 11 | src/list.c \
|
|---|
| 12 | src/main.c \
|
|---|
| 13 | src/print.c \
|
|---|
| 14 | src/report/report.c \
|
|---|
| 15 | src/report/tap.c \
|
|---|
| 16 | src/report/xml.c \
|
|---|
| 17 | src/run.c
|
|---|
| 18 |
|
|---|
| 19 | EXTRA_CFLAGS = -D__helenos__ -Wno-unknown-pragmas
|
|---|
| 20 |
|
|---|
| 21 | LIBRARY = libpcut
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.