summaryrefslogtreecommitdiff
path: root/i/simulotron/test/socket
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/test/socket')
-rw-r--r--i/simulotron/test/socket/Makefile.am5
-rw-r--r--i/simulotron/test/socket/testsocket.cc5
2 files changed, 10 insertions, 0 deletions
diff --git a/i/simulotron/test/socket/Makefile.am b/i/simulotron/test/socket/Makefile.am
new file mode 100644
index 0000000..344d20c
--- /dev/null
+++ b/i/simulotron/test/socket/Makefile.am
@@ -0,0 +1,5 @@
+check_PROGRAMS = testsocket
+testsocket_SOURCES = testsocket.cc \
+ ../../src/date/diffdate.cc ../../src/date/diffdate.hh
+AM_CXXFLAGS=-g -W -Wall -fmessage-length=0
+INCLUDES= -I../../src
diff --git a/i/simulotron/test/socket/testsocket.cc b/i/simulotron/test/socket/testsocket.cc
new file mode 100644
index 0000000..2992206
--- /dev/null
+++ b/i/simulotron/test/socket/testsocket.cc
@@ -0,0 +1,5 @@
+
+int main(void)
+{
+ return 0;
+}