Commit 8c343c45 authored by Pavel Vainerman's avatar Pavel Vainerman

Utilities/{XmlTest|JrnTests} --> test/{XmlTest|JrnTests}

parent b94fba6f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
############################################################################ ############################################################################
UTILS = scripts Admin NullController SViewer-text \ UTILS = scripts Admin NullController SViewer-text \
InfoServer SMonit MBTester codegen JrnTests SImitator InfoServer SMonit MBTester codegen SImitator
#MapSourceParser ClassGen #MapSourceParser ClassGen
if DISABLE_MYSQL if DISABLE_MYSQL
......
...@@ -153,6 +153,8 @@ AC_CONFIG_FILES([Makefile ...@@ -153,6 +153,8 @@ AC_CONFIG_FILES([Makefile
include/modbus/Makefile include/modbus/Makefile
include/IOs/Makefile include/IOs/Makefile
tests/Makefile tests/Makefile
tests/JrnTests/Makefile
tests/UniXmlTest/Makefile
docs/Makefile docs/Makefile
docs/UniSetDox.cfg docs/UniSetDox.cfg
docs/UniSetDoxDevel.cfg docs/UniSetDoxDevel.cfg
...@@ -166,8 +168,6 @@ AC_CONFIG_FILES([Makefile ...@@ -166,8 +168,6 @@ AC_CONFIG_FILES([Makefile
Utilities/MBTester/Makefile Utilities/MBTester/Makefile
Utilities/DBServer-MySQL/Makefile Utilities/DBServer-MySQL/Makefile
Utilities/SImitator/Makefile Utilities/SImitator/Makefile
Utilities/JrnTests/Makefile
Utilities/UniXmlTest/Makefile
Utilities/codegen/Makefile Utilities/codegen/Makefile
Utilities/codegen/uniset-codegen Utilities/codegen/uniset-codegen
Utilities/codegen/tests/Makefile Utilities/codegen/tests/Makefile
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# This file is part of the UniSet library # # This file is part of the UniSet library #
############################################################################ ############################################################################
SUBDIRS=JrnTests
noinst_PROGRAMS = passivetimer unixml ui umutex conftest noinst_PROGRAMS = passivetimer unixml ui umutex conftest
passivetimer_SOURCES = passivetimer.cc passivetimer_SOURCES = passivetimer.cc
......
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