mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 16:13:13 +02:00
Now really fixed #1279.
This commit is contained in:
@@ -373,8 +373,8 @@ win32:PRE_TARGETDEPS = ../../../common/release/common.lib
|
||||
|
||||
|
||||
|
||||
run.commands = echo "Running tests..." \
|
||||
cp -f test.fwb test_work.fwb; \
|
||||
run.commands = echo "Running tests..."; \
|
||||
cp -f test.fwb test_work.fwb; \
|
||||
./${TARGET}; \
|
||||
rm test_work.fwb
|
||||
run.depends = all
|
||||
|
||||
Reference in New Issue
Block a user