Makefile: fixes testing import
This commit is contained in:
parent
8e5090d13d
commit
7278a8fc41
3
Makefile
3
Makefile
@ -33,7 +33,6 @@ CFLAGS += -I$(SYSEXITS)
|
|||||||
|
|
||||||
# testing requires the absolute path to the bin directory set
|
# testing requires the absolute path to the bin directory set
|
||||||
BIN = build/bin
|
BIN = build/bin
|
||||||
include tests/tests.mk
|
|
||||||
|
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
default: all test
|
default: all test
|
||||||
@ -158,3 +157,5 @@ build/bin/swab: src/swab.rs build rustlibs
|
|||||||
true: build/bin/true
|
true: build/bin/true
|
||||||
build/bin/true: src/true.c build
|
build/bin/true: src/true.c build
|
||||||
$(CC) $(CFLAGS) -o $@ src/true.c
|
$(CC) $(CFLAGS) -o $@ src/true.c
|
||||||
|
|
||||||
|
include tests/tests.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user