mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-02 23:27:30 +02:00
Fix: compile error for unit_tests
Reorder libraries when linking
This commit is contained in:
parent
4d30364e12
commit
f6036e72d7
@ -14,7 +14,7 @@ SOURCES += main.cpp AddressTableTest.cpp
|
|||||||
HEADERS += AddressTableTest.h
|
HEADERS += AddressTableTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
@ -14,7 +14,7 @@ SOURCES += main.cpp DNSTest.cpp
|
|||||||
HEADERS += DNSTest.h
|
HEADERS += DNSTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
@ -13,7 +13,7 @@ SOURCES += main.cpp FWObjectTest.cpp
|
|||||||
HEADERS += FWObjectTest.h
|
HEADERS += FWObjectTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
@ -13,7 +13,7 @@ SOURCES += main.cpp Inet6AddrMaskTest.cpp
|
|||||||
HEADERS += Inet6AddrMaskTest.h
|
HEADERS += Inet6AddrMaskTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
@ -13,7 +13,7 @@ SOURCES += main.cpp InetAddrMaskTest.cpp
|
|||||||
HEADERS += InetAddrMaskTest.h
|
HEADERS += InetAddrMaskTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
@ -13,7 +13,7 @@ SOURCES += main.cpp ObjectMatcherTest.cpp
|
|||||||
HEADERS += ObjectMatcherTest.h
|
HEADERS += ObjectMatcherTest.h
|
||||||
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
INCLUDEPATH += ../../.. ../../libfwbuilder/src
|
||||||
DEPENDPATH += ../../libfwbuilder/src
|
DEPENDPATH += ../../libfwbuilder/src
|
||||||
LIBS += ../../libfwbuilder/src/fwbuilder/libfwbuilder.a
|
LIBS = ../../libfwbuilder/src/fwbuilder/libfwbuilder.a $$LIBS
|
||||||
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
run_tests.commands = echo "Running tests..." && ./${TARGET}
|
||||||
run_tests.depends = all
|
run_tests.depends = all
|
||||||
clean_tests.depends = clean
|
clean_tests.depends = clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user