First bit of ex35

This commit is contained in:
Dan Buch
2016-04-18 09:42:33 -04:00
parent 64dfc0cb6f
commit fcf1c92608
4 changed files with 112 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ build:
# The Unit Tests
.PHONY: tests
tests: LDLIBS += -static -l$(LIBNAME)
tests: LDLIBS += -static -l$(LIBNAME) -lbsd
tests: ./tests/runtests $(TESTS)
./tests/runtests ./tests/lcthw