Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
e4a2ead8
Commit
e4a2ead8
authored
Nov 01, 2014
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LogicProcessor): rename subdir "unit-tests" --> "tests"
parent
bb0dd2e9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+2
-2
Makefile.am
extensions/LogicProcessor/Makefile.am
+1
-1
Makefile.am
extensions/LogicProcessor/tests/Makefile.am
+0
-0
lproc-tests.at
extensions/LogicProcessor/tests/lproc-tests.at
+1
-1
lproc.cc
extensions/LogicProcessor/tests/lproc.cc
+0
-0
schema.xml
extensions/LogicProcessor/tests/schema.xml
+0
-0
tests.cc
extensions/LogicProcessor/tests/tests.cc
+0
-0
testsuite.at
extensions/LogicProcessor/tests/testsuite.at
+0
-0
testsuite.at
testsuite/testsuite.at
+1
-1
No files found.
configure.ac
View file @
e4a2ead8
...
@@ -16,7 +16,7 @@ dnl Initialize test suite
...
@@ -16,7 +16,7 @@ dnl Initialize test suite
AC_CONFIG_TESTDIR(testsuite)
AC_CONFIG_TESTDIR(testsuite)
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_TESTDIR(extensions/tests)
AC_CONFIG_TESTDIR(extensions/tests)
AC_CONFIG_TESTDIR(extensions/LogicProcessor/
unit-
tests)
AC_CONFIG_TESTDIR(extensions/LogicProcessor/tests)
TESTSUITE_DIR="\$(top_builddir)/testsuite"
TESTSUITE_DIR="\$(top_builddir)/testsuite"
AC_SUBST(TESTSUITE_DIR)
AC_SUBST(TESTSUITE_DIR)
...
@@ -287,7 +287,7 @@ AC_CONFIG_FILES([Makefile
...
@@ -287,7 +287,7 @@ AC_CONFIG_FILES([Makefile
extensions/ModbusSlave/libUniSet2MBSlave.pc
extensions/ModbusSlave/libUniSet2MBSlave.pc
extensions/LogicProcessor/Makefile
extensions/LogicProcessor/Makefile
extensions/LogicProcessor/libUniSet2LogicProcessor.pc
extensions/LogicProcessor/libUniSet2LogicProcessor.pc
extensions/LogicProcessor/
unit-
tests/Makefile
extensions/LogicProcessor/tests/Makefile
extensions/SMViewer/Makefile
extensions/SMViewer/Makefile
extensions/UniNetwork/Makefile
extensions/UniNetwork/Makefile
extensions/UniNetwork/libUniSet2Network.pc
extensions/UniNetwork/libUniSet2Network.pc
...
...
extensions/LogicProcessor/Makefile.am
View file @
e4a2ead8
...
@@ -43,5 +43,5 @@ pkgconfig_DATA = libUniSet2LogicProcessor.pc
...
@@ -43,5 +43,5 @@ pkgconfig_DATA = libUniSet2LogicProcessor.pc
all-local
:
all-local
:
ln
-sf
../LogicProcessor/
$(devel_include_HEADERS)
../include
ln
-sf
../LogicProcessor/
$(devel_include_HEADERS)
../include
SUBDIRS
=
unit-
tests
SUBDIRS
=
tests
endif
endif
extensions/LogicProcessor/
unit-
tests/Makefile.am
→
extensions/LogicProcessor/tests/Makefile.am
View file @
e4a2ead8
File moved
extensions/LogicProcessor/
unit-
tests/lproc-tests.at
→
extensions/LogicProcessor/tests/lproc-tests.at
View file @
e4a2ead8
AT_SETUP([LogicProcessor tests])
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
AT_CLEANUP
extensions/LogicProcessor/
unit-
tests/lproc.cc
→
extensions/LogicProcessor/tests/lproc.cc
View file @
e4a2ead8
File moved
extensions/LogicProcessor/
unit-
tests/schema.xml
→
extensions/LogicProcessor/tests/schema.xml
View file @
e4a2ead8
File moved
extensions/LogicProcessor/
unit-
tests/tests.cc
→
extensions/LogicProcessor/tests/tests.cc
View file @
e4a2ead8
File moved
extensions/LogicProcessor/
unit-
tests/testsuite.at
→
extensions/LogicProcessor/tests/testsuite.at
View file @
e4a2ead8
File moved
testsuite/testsuite.at
View file @
e4a2ead8
...
@@ -6,4 +6,4 @@ AT_INIT([Uniset test suite])
...
@@ -6,4 +6,4 @@ AT_INIT([Uniset test suite])
m4_include(../tests/tests.at)
m4_include(../tests/tests.at)
m4_include(../extensions/tests/extensions-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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment