From 7dad0abb043bc705b8f0cb62cdcd921ec16cf056 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Feb 2004 17:19:25 +0000 Subject: [PATCH] This file is no longer needed now. git-svn-id: https://svn.dealii.org/trunk@8571 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Conventions | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tests/deal.II/Conventions diff --git a/tests/deal.II/Conventions b/tests/deal.II/Conventions deleted file mode 100644 index cb46cdc1a7..0000000000 --- a/tests/deal.II/Conventions +++ /dev/null @@ -1,24 +0,0 @@ -Conventions for the /tests/deal.II directory: -============================================= - -Since the files in this directory may need to be linked against one or -more of the deal_II_?d.[g.]a libraries and since we do not want to -specify this in the Makefile explicitely, please use the following two -lines somewhere in the .cc file for the respective testcase: - -// deal_II_libraries.g=-ldeal_II_2d.g -// deal_II_libraries=-ldeal_II_2d - -Respectively, if the program needs to be linked with the 3d library, -replace 2d by 3d. If the program needs to be linked against both, then -write - -// deal_II_libraries.g=-ldeal_II_2d.g -ldeal_II_3d.g -// deal_II_libraries=-ldeal_II_2d -ldeal_II_3d - - -East test case shall give its output (apart from errors) to -'cout'. For each test case, there shall be a file with the name of the -test case and the extension '.expect' which contains the output that -we expect if program and library are working as expected. The actual -output of the program is autoamtically compared against this file. \ No newline at end of file -- 2.39.5