Commit e4a2ead8 authored by Pavel Vainerman's avatar Pavel Vainerman

(LogicProcessor): rename subdir "unit-tests" --> "tests"

parent bb0dd2e9
......@@ -16,7 +16,7 @@ dnl Initialize test suite
AC_CONFIG_TESTDIR(testsuite)
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_TESTDIR(extensions/tests)
AC_CONFIG_TESTDIR(extensions/LogicProcessor/unit-tests)
AC_CONFIG_TESTDIR(extensions/LogicProcessor/tests)
TESTSUITE_DIR="\$(top_builddir)/testsuite"
AC_SUBST(TESTSUITE_DIR)
......@@ -287,7 +287,7 @@ AC_CONFIG_FILES([Makefile
extensions/ModbusSlave/libUniSet2MBSlave.pc
extensions/LogicProcessor/Makefile
extensions/LogicProcessor/libUniSet2LogicProcessor.pc
extensions/LogicProcessor/unit-tests/Makefile
extensions/LogicProcessor/tests/Makefile
extensions/SMViewer/Makefile
extensions/UniNetwork/Makefile
extensions/UniNetwork/libUniSet2Network.pc
......
......@@ -43,5 +43,5 @@ pkgconfig_DATA = libUniSet2LogicProcessor.pc
all-local:
ln -sf ../LogicProcessor/$(devel_include_HEADERS) ../include
SUBDIRS=unit-tests
SUBDIRS=tests
endif
AT_SETUP([LogicProcessor tests])
AT_CHECK([$abs_top_builddir/testsuite/at-test-launch.sh $abs_top_builddir/extensions/LogicProcessor/unit-tests tests],[0],[ignore],[ignore])
AT_CHECK([$abs_top_builddir/testsuite/at-test-launch.sh $abs_top_builddir/extensions/LogicProcessor/tests tests],[0],[ignore],[ignore])
AT_CLEANUP
......@@ -6,4 +6,4 @@ AT_INIT([Uniset test suite])
m4_include(../tests/tests.at)
m4_include(../extensions/tests/extensions-tests.at)
m4_include(../extensions/LogicProcessor/unit-tests/lproc-tests.at)
m4_include(../extensions/LogicProcessor/tests/lproc-tests.at)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment