The dotted path setter should now work properly.

This commit is contained in:
David Given
2021-05-08 23:56:45 +02:00
parent 89165369b1
commit 74cb332706
5 changed files with 51 additions and 9 deletions

View File

@@ -172,12 +172,14 @@ runtest() {
shift
buildlibrary lib$prog.a \
-Idep/snowhouse/include \
"$@"
buildprogram $OBJDIR/$prog \
lib$prog.a \
libbackend.a \
libproto.a \
libtestproto.a \
libagg.a \
libfmt.a
@@ -334,6 +336,9 @@ buildsimpleprogram brother240tool \
libemu.a \
libfmt.a \
buildproto libtestproto.a \
tests/testproto.proto \
runtest agg-test tests/agg.cc
runtest amiga-test tests/amiga.cc
runtest bitaccumulator-test tests/bitaccumulator.cc