aboutsummaryrefslogtreecommitdiff
path: root/engines/2way/test/build/make/2way_linux.mk
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2009-09-03 11:19:49 -0700
committerPacketVideo CM <engbuild@pv.com>2009-09-03 11:19:49 -0700
commit3743d4e9a6b52e2ffe0ea324395853a2c1b48322 (patch)
tree7e6e565a8c5f627970a006de54d5e8360d9fd84c /engines/2way/test/build/make/2way_linux.mk
parent5e1a623e43c9ee04a4c38aa5a3149ad2f6a08275 (diff)
downloadopencore-3743d4e9a6b52e2ffe0ea324395853a2c1b48322.tar.gz
Get rid of conditionals in 2way compilation files (local.mk)
Diffstat (limited to 'engines/2way/test/build/make/2way_linux.mk')
-rw-r--r--engines/2way/test/build/make/2way_linux.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/2way/test/build/make/2way_linux.mk b/engines/2way/test/build/make/2way_linux.mk
new file mode 100644
index 000000000..b6f1f6cd6
--- /dev/null
+++ b/engines/2way/test/build/make/2way_linux.mk
@@ -0,0 +1,11 @@
+SYSLIBS += $(SYS_THREAD_LIB)
+
+#$(error "2way_linux.mk has been included")
+TWOWAY_TEST_DIR := ${BUILD_ROOT}/2way_test
+TWOWAYFULL_TARGET := ./${TWOWAY_TARGET}
+
+
+run_2way_test :: run_2way_test_common
+ $(quiet) export LD_LIBRARY_PATH=${BUILD_ROOT}/installed_lib/${BUILD_ARCH} && cd $(TWOWAY_TEST_DIR) && $(TWOWAYFULL_TARGET) $(TEST_ARGS) $(SOURCE_ARGS)
+
+