summaryrefslogtreecommitdiff
path: root/i/simulotron/src/socket/Makefile.incl.am
diff options
context:
space:
mode:
authorhaller2005-11-29 01:58:16 +0000
committerhaller2005-11-29 01:58:16 +0000
commit8020ef753b8d434c026299650fe911d71d844e78 (patch)
treec8ba23fd3d95cbd12067d2437d678f50c196442b /i/simulotron/src/socket/Makefile.incl.am
parent1c63701ecc8a1cff6979bdb3688cf62f4cc267f5 (diff)
Modification dans l'A/A
Codage du test de socket(qui foire)
Diffstat (limited to 'i/simulotron/src/socket/Makefile.incl.am')
-rw-r--r--i/simulotron/src/socket/Makefile.incl.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/i/simulotron/src/socket/Makefile.incl.am b/i/simulotron/src/socket/Makefile.incl.am
new file mode 100644
index 0000000..7b16a9f
--- /dev/null
+++ b/i/simulotron/src/socket/Makefile.incl.am
@@ -0,0 +1,5 @@
+address_S = socket/address.cc socket/address.hh
+socket_S = socket/socket.cc socket/socket.hh $(address_S) $(errno_exception_S)
+
+check_PROGRAMS += test_socket
+test_socket_SOURCES = socket/test_socket.cc $(socket_S)