diff options
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index c1ae2961106e..625ae1a90961 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -132,6 +132,6 @@ unittest : $(SHL1TARGETN) @echo ---------------------------------------------------------- @echo - start unit test on library $(SHL1TARGETN) @echo ---------------------------------------------------------- - testshl2 $(SHL1TARGETN) + testshl2 -sf $(MISC)$/$(TARGET)_signalfile.txt $(SHL1TARGETN) ALLTAR : unittest |