From 1c63701ecc8a1cff6979bdb3688cf62f4cc267f5 Mon Sep 17 00:00:00 2001 From: haller Date: Mon, 28 Nov 2005 16:24:57 +0000 Subject: Quelques modifs dans l'A/A * Rapatriement des test dans src * Ajout d'un test pipo pour errno_exception --- i/simulotron/src/utils/Makefile.am | 5 +++++ i/simulotron/src/utils/test_errno_exception.cc | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 i/simulotron/src/utils/Makefile.am create mode 100644 i/simulotron/src/utils/test_errno_exception.cc (limited to 'i/simulotron/src/utils') 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; +} -- cgit v1.2.3