1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
|
# This is tests/Makefile.am.
# MPI_16a_PI computes the value of PI and uses distributed processing
# to do it. This test it is not always executed.
AUTOMAKE_OPTIONS = gnits
# check_PROGRAMS = MPI_16a_PI
check_PROGRAMS = \
sysdata \
benchmark \
Test_threads_a \
Test_threads_b
#MPI_16a_PI_SOURCES = MPI_16a_PI.c
#MPI_16a_PI_LDADD = @MPILIBS@ @LIBS@
benchmark_SOURCES = \
benchmark.c \
try_aix.c \
try_bsd.c \
try_hpux.c \
try_irix.c \
try_linux.c \
try_portable.c \
try_solaris.c \
try_tru64.c \
try_unicos.c \
defs.h
sysdata_SOURCES = \
sysdata.c \
try_aix.c \
try_bsd.c \
try_hpux.c \
try_irix.c \
try_linux.c \
try_portable.c \
try_solaris.c \
try_tru64.c \
try_unicos.c \
defs.h
Test_threads_a_SOURCES = Test_threads_a.c
Test_threads_a_CPPFLAGS = @PTHREAD_CFLAGS@
#Test_threads_a_LDADD = @PTHREAD_LIBS@ @LIBS@ @GSL_LIBS@ @MPILIBS@
#Test_threads_a_LDADD = @PTHREAD_LIBS@ @LIBS@ @GSL_LIBS@
Test_threads_a_LDADD = @PTHREAD_LIBS@ @LIBS@
Test_threads_b_SOURCES = Test_threads_b.c
Test_threads_b_CPPFLAGS = @PTHREAD_CFLAGS@
#Test_threads_b_LDADD = @PTHREAD_LIBS@ @LIBS@ @GSL_LIBS@ @MPILIBS@
#Test_threads_b_LDADD = @PTHREAD_LIBS@ @LIBS@ @GSL_LIBS@
Test_threads_b_LDADD = @PTHREAD_LIBS@ @LIBS@
TESTS_ENVIRONMENT = \
top_builddir=$(top_builddir) \
top_srcdir=$(top_srcdir) \
built_with_posix_threads=$(built_with_posix_threads) \
no_gsl=$(no_gsl)
TESTS = \
Test_threads_a \
Test_threads_b \
find-zero-length.test \
1a-create_bmp_for_symmetrical_stripline.bmp.test \
1b-create_bmp_for_symmetrical_stripline.txt.test \
1c-create_bmp_for_symmetrical_stripline.E.bmp.test \
1d-create_bmp_for_symmetrical_stripline.Er.bmp.test \
1e-create_bmp_for_symmetrical_stripline.Ey.bmp.test \
1f-create_bmp_for_symmetrical_stripline.Ex.bmp.test \
1g-create_bmp_for_symmetrical_stripline.U.bmp.test \
1h-create_bmp_for_symmetrical_stripline.V.bmp.test \
1i-create_bmp_for_symmetrical_stripline.E.bin.test \
1j-create_bmp_for_symmetrical_stripline.Er.bin.test \
1k-create_bmp_for_symmetrical_stripline.Ey.bin.test \
1l-create_bmp_for_symmetrical_stripline.Ex.bin.test \
1m-create_bmp_for_symmetrical_stripline.U.bin.test \
1n-create_bmp_for_symmetrical_stripline.V.bin.test \
2a-create_bmp_for_rect_in_rect.bmp.test \
3a-create_bmp_for_rect_cen_in_rect.bmp.test \
3b-create_bmp_for_rect_cen_in_rect.txt.test \
4a-create_bmp_for_microstrip_coupler.test \
5a-check-s_and_-S_options_of_atlc-2conductor.test \
5b-check-s_and_-S_options_of_atlc-3conductor.test \
5c-check_numeric_data_from_atlc-2conductor.test \
6a-create_and_check_25ohm_201Pixel_high_symmetrical_stripline.test \
6b-create_25ohm_401Pixel_high_symmetrical_stripline.test \
6c-create_25ohm_801Pixel_high_symmetrical_stripline.test \
6d-create_and_check_50ohm_201Pixel_high_symmetrical_stripline.test \
6e-create_50ohm_401Pixel_high_symmetrical_stripline.test \
6f-create_50ohm_801Pixel_high_symmetrical_stripline.test \
6g-create_100ohm_201Pixel_high_symmetrical_stripline.test \
6h-create_100ohm_401Pixel_high_symmetrical_stripline.test \
6i-create_100ohm_801Pixel_high_symmetrical_stripline.test \
6j-create_200ohm_201Pixel_high_symmetrical_stripline.test \
6k-create_200ohm_401Pixel_high_symmetrical_stripline.test \
6l-create_200ohm_801Pixel_high_symmetrical_stripline.test \
7a-create_bmp_for_stripline_coupler.bmp.test \
7b-create_bmp_for_stripline_coupler.txt.test \
7c-create_bmp_for_stripline_coupler.Ex.odd.bmp.test \
7d-create_bmp_for_stripline_coupler.Ey.odd.bmp.test \
7e-create_bmp_for_stripline_coupler.E.odd.bmp.test \
7f-create_bmp_for_stripline_coupler.V.odd.bmp.test \
7g-create_bmp_for_stripline_coupler.U.odd.bmp.test \
7h-create_bmp_for_stripline_coupler.Er.bmp.test \
7i-create_bmp_for_stripline_coupler.U.even.bmp.test \
7j-create_bmp_for_stripline_coupler.Ex.even.bmp.test \
7k-create_bmp_for_stripline_coupler.Ey.even.bmp.test \
7l-create_bmp_for_stripline_coupler.E.even.bmp.test \
7m-create_bmp_for_stripline_coupler.V.even.bmp.test \
7n-create_bmp_for_stripline_coupler.bmp.pre-atlc.txt.test \
8a-design_coupler.bmp.test \
9a-create-25-Ohm-201b.bmp.test \
9b-create-25-Ohm-401b.bmp.test \
9c-create-50-Ohm-201b.bmp.test \
9d-create-50-Ohm-401b.bmp.test \
9e-create-100-Ohm-201b.bmp.test \
9f-create-100-Ohm-401b.bmp.test \
9g-create-200-Ohm-201b.bmp.test \
9h-create-200-Ohm-401b.bmp.test \
9i-create-200-Ohm-801b.bmp.test \
10a-create-lots-of-examples-check-last-one.test \
10b-create-lots-of-examples-check-last-one.test \
11a-verify-checksum-of-supplied-test-coupler1.bmp.test \
11b-verify-checksum-of-created-test-coupler1.Ex.odd.bmp.test \
11c-verify-checksum-of-created-test-coupler1.Ey.odd.bmp.test \
11d-verify-checksum-of-created-test-coupler1.E.odd.bmp.test \
11e-verify-checksum-of-created-test-coupler1.V.odd.bmp.test \
11f-verify-checksum-of-created-test-coupler1.U.odd.bmp.test \
11g-verify-checksum-of-created-test-coupler1.Er.bmp.test \
11h-verify-checksum-of-created-test-coupler1.Ex.even.bmp.test \
11i-verify-checksum-of-created-test-coupler1.Ey.even.bmp.test \
11j-verify-checksum-of-created-test-coupler1.E.even.bmp.test \
11k-verify-checksum-of-created-test-coupler1.U.even.bmp.test \
11l-verify-checksum-of-created-test-coupler1.V.even.bmp.test \
13a-check_rect_cen_in_rect.test \
13b-check_rect_cen_in_rect.test \
13c-check_rect_cen_in_rect.test \
13d-check_rect_cen_in_rect.test \
14a-check-circ-in-rect.test \
14b-check-circ-in-rect.test \
14c-check-circ-in-rect.test \
14d-check-circ-in-rect.test \
WARNING-The-next-test-is-a-benchmark-and-takes-a-long-while.test \
benchmark.test
#MPI_16a_PI
EXTRA_DIST = \
benchmark.test \
Test_threads_a.c \
Test_threads_b.c \
find-zero-length.test \
MPI_16a_PI.c \
10a-create-lots-of-examples-check-last-one.test \
10b-create-lots-of-examples-check-last-one.test \
11a-verify-checksum-of-supplied-test-coupler1.bmp.test \
11b-verify-checksum-of-created-test-coupler1.Ex.odd.bmp.test \
11c-verify-checksum-of-created-test-coupler1.Ey.odd.bmp.test \
11d-verify-checksum-of-created-test-coupler1.E.odd.bmp.test \
11e-verify-checksum-of-created-test-coupler1.V.odd.bmp.test \
11f-verify-checksum-of-created-test-coupler1.U.odd.bmp.test \
11g-verify-checksum-of-created-test-coupler1.Er.bmp.test \
11h-verify-checksum-of-created-test-coupler1.Ex.even.bmp.test \
11i-verify-checksum-of-created-test-coupler1.Ey.even.bmp.test \
11j-verify-checksum-of-created-test-coupler1.E.even.bmp.test \
11k-verify-checksum-of-created-test-coupler1.U.even.bmp.test \
11l-verify-checksum-of-created-test-coupler1.V.even.bmp.test \
13a-check_rect_cen_in_rect.test \
13b-check_rect_cen_in_rect.test \
13c-check_rect_cen_in_rect.test \
13d-check_rect_cen_in_rect.test \
14a-check-circ-in-rect.test \
14b-check-circ-in-rect.test \
14c-check-circ-in-rect.test \
14d-check-circ-in-rect.test \
WARNING-The-next-test-is-a-benchmark-and-takes-a-long-while.test \
1a-create_bmp_for_symmetrical_stripline.bmp.test \
1b-create_bmp_for_symmetrical_stripline.txt.test \
1c-create_bmp_for_symmetrical_stripline.E.bmp.test \
1d-create_bmp_for_symmetrical_stripline.Er.bmp.test \
1e-create_bmp_for_symmetrical_stripline.Ey.bmp.test \
1f-create_bmp_for_symmetrical_stripline.Ex.bmp.test \
1g-create_bmp_for_symmetrical_stripline.U.bmp.test \
1h-create_bmp_for_symmetrical_stripline.V.bmp.test \
1i-create_bmp_for_symmetrical_stripline.E.bin.test \
1j-create_bmp_for_symmetrical_stripline.Er.bin.test \
1k-create_bmp_for_symmetrical_stripline.Ey.bin.test \
1l-create_bmp_for_symmetrical_stripline.Ex.bin.test \
1m-create_bmp_for_symmetrical_stripline.U.bin.test \
1n-create_bmp_for_symmetrical_stripline.V.bin.test \
2a-create_bmp_for_rect_in_rect.bmp.test \
2b-create_bmp_for_rect_in_rect.txt.test \
2c-create_bmp_for_rect_in_rect.E.bmp.test \
2d-create_bmp_for_rect_in_rect.Er.bmp.test \
2e-create_bmp_for_rect_in_rect.Ey.bmp.test \
2f-create_bmp_for_rect_in_rect.Ex.bmp.test \
2g-create_bmp_for_rect_in_rect.U.bmp.test \
2h-create_bmp_for_rect_in_rect.V.bmp.test \
3a-create_bmp_for_rect_cen_in_rect.bmp.test \
3b-create_bmp_for_rect_cen_in_rect.txt.test \
4a-create_bmp_for_microstrip_coupler.test \
5a-check-s_and_-S_options_of_atlc-2conductor.test \
5b-check-s_and_-S_options_of_atlc-3conductor.test \
5c-check_numeric_data_from_atlc-2conductor.test \
6a-create_and_check_25ohm_201Pixel_high_symmetrical_stripline.test \
6b-create_25ohm_401Pixel_high_symmetrical_stripline.test \
6c-create_25ohm_801Pixel_high_symmetrical_stripline.test \
6d-create_and_check_50ohm_201Pixel_high_symmetrical_stripline.test \
6e-create_50ohm_401Pixel_high_symmetrical_stripline.test \
6f-create_50ohm_801Pixel_high_symmetrical_stripline.test \
6g-create_100ohm_201Pixel_high_symmetrical_stripline.test \
6h-create_100ohm_401Pixel_high_symmetrical_stripline.test \
6i-create_100ohm_801Pixel_high_symmetrical_stripline.test \
6j-create_200ohm_201Pixel_high_symmetrical_stripline.test \
6k-create_200ohm_401Pixel_high_symmetrical_stripline.test \
6l-create_200ohm_801Pixel_high_symmetrical_stripline.test \
6m-create_400ohm_1551Pixel_high_symmetrical_stripline.test \
7a-create_bmp_for_stripline_coupler.bmp.test \
7b-create_bmp_for_stripline_coupler.txt.test \
7c-create_bmp_for_stripline_coupler.Ex.odd.bmp.test \
7d-create_bmp_for_stripline_coupler.Ey.odd.bmp.test \
7e-create_bmp_for_stripline_coupler.E.odd.bmp.test \
7f-create_bmp_for_stripline_coupler.V.odd.bmp.test \
7g-create_bmp_for_stripline_coupler.U.odd.bmp.test \
7h-create_bmp_for_stripline_coupler.Er.bmp.test \
7i-create_bmp_for_stripline_coupler.U.even.bmp.test \
7j-create_bmp_for_stripline_coupler.Ex.even.bmp.test \
7k-create_bmp_for_stripline_coupler.Ey.even.bmp.test \
7l-create_bmp_for_stripline_coupler.E.even.bmp.test \
7m-create_bmp_for_stripline_coupler.V.even.bmp.test \
7n-create_bmp_for_stripline_coupler.bmp.pre-atlc.txt.test \
8a-design_coupler.bmp.test \
9a-create-25-Ohm-201b.bmp.test \
9b-create-25-Ohm-401b.bmp.test \
9c-create-50-Ohm-201b.bmp.test \
9d-create-50-Ohm-401b.bmp.test \
9e-create-100-Ohm-201b.bmp.test \
9f-create-100-Ohm-401b.bmp.test \
9g-create-200-Ohm-201b.bmp.test \
9h-create-200-Ohm-401b.bmp.test \
9i-create-200-Ohm-801b.bmp.test
CLEANFILES = \
test.E.bin \
test.E.bmp \
test.Er.bin \
test.Er.bmp \
test.Ex.bin \
test.Ex.bmp \
test.Ey.bin \
test.Ey.bmp \
test.U.bin \
test.U.bmp \
test.V.bin \
test.V.bmp \
test.bmp \
test.bmp.txt \
test2.txt \
test_rect_in_rect.E.bin \
test_rect_in_rect.E.bmp \
test_rect_in_rect.Er.bin \
test_rect_in_rect.Er.bmp \
test_rect_in_rect.Ex.bin \
test_rect_in_rect.Ex.bmp \
test_rect_in_rect.Ey.bin \
test_rect_in_rect.Ey.bmp \
test_rect_in_rect.U.bin \
test_rect_in_rect.U.bmp \
test_rect_in_rect.V.bin \
test_rect_in_rect.V.bmp \
test_rect_in_rect.bmp \
test_rect_in_rect.txt \
test_stripline_coupler.E.even.bin \
test_stripline_coupler.E.even.bmp \
test_stripline_coupler.E.odd.bin \
test_stripline_coupler.E.odd.bmp \
test_stripline_coupler.Er.bin \
test_stripline_coupler.Er.bmp \
test_stripline_coupler.Ex.even.bin \
test_stripline_coupler.Ex.even.bmp \
test_stripline_coupler.Ex.odd.bin \
test_stripline_coupler.Ex.odd.bmp \
test_stripline_coupler.Ey.even.bin \
test_stripline_coupler.Ey.even.bmp \
test_stripline_coupler.Ey.odd.bin \
test_stripline_coupler.Ey.odd.bmp \
test_stripline_coupler.U.even.bin \
test_stripline_coupler.U.even.bmp \
test_stripline_coupler.U.odd.bin \
test_stripline_coupler.U.odd.bmp \
test_stripline_coupler.V.even.bin \
test_stripline_coupler.V.even.bmp \
test_stripline_coupler.V.odd.bin \
test_stripline_coupler.V.odd.bmp \
test_stripline_coupler.bmp \
test_stripline_coupler.bmp.pre-atlc.txt \
test_stripline_coupler.bmp.txt \
test_stripline_coupler.txt \
test_sym_strip.E.bin \
test_sym_strip.E.bmp \
test_sym_strip.Er.bin \
test_sym_strip.Er.bmp \
test_sym_strip.Ex.bin \
test_sym_strip.Ex.bmp \
test_sym_strip.Ey.bin \
test_sym_strip.Ey.bmp \
test_sym_strip.U.bin \
test_sym_strip.U.bmp \
test_sym_strip.V.bin \
test_sym_strip.V.bmp \
test_sym_strip.bmp \
test_sym_strip.txt \
test-coupler2.bmp.txt \
microstrip_coupler.bmp \
undefined_permittivities.bmp
DISTCLEANFILES = tests.log test.txt benchmark.foo.html tests.html benchmark.foo.dat
|