summaryrefslogtreecommitdiff
path: root/i/simulotron/src/utils
diff options
context:
space:
mode:
authorhaller2005-11-28 16:24:57 +0000
committerhaller2005-11-28 16:24:57 +0000
commit1c63701ecc8a1cff6979bdb3688cf62f4cc267f5 (patch)
tree4b2abf71fea63309c7a3d9d00def0aaa557b2462 /i/simulotron/src/utils
parent87e2e08ed7b47f30e458736dbfbb1ede75349d40 (diff)
Quelques modifs dans l'A/A
* Rapatriement des test dans src * Ajout d'un test pipo pour errno_exception
Diffstat (limited to 'i/simulotron/src/utils')
-rw-r--r--i/simulotron/src/utils/Makefile.am5
-rw-r--r--i/simulotron/src/utils/test_errno_exception.cc5
2 files changed, 10 insertions, 0 deletions
diff --git a/i/simulotron/src/utils/Makefile.am b/i/simulotron/src/utils/Makefile.am
new file mode 100644
index 0000000..6bd6053
--- /dev/null
+++ b/i/simulotron/src/utils/Makefile.am
@@ -0,0 +1,5 @@
+check_PROGRAMS = test_errno_exception
+test_errno_exception_SOURCES = errno_exception.hh test_errno_exception.cc
+
+AM_CXXFLAGS=-g -W -Wall -fmessage-length=0
+INCLUDES= -I../../src
diff --git a/i/simulotron/src/utils/test_errno_exception.cc b/i/simulotron/src/utils/test_errno_exception.cc
new file mode 100644
index 0000000..2992206
--- /dev/null
+++ b/i/simulotron/src/utils/test_errno_exception.cc
@@ -0,0 +1,5 @@
+
+int main(void)
+{
+ return 0;
+}