Posted
about 15 years
ago
by
bdsatish
Renamed fortest.F90 -> fortest.f90
hg forget fortesf.F90
tests/fortest.F90
(0 lines added, 284 lines removed)
tests/fortest.f90
(1 lines added, 0 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Some re-naming issues.
tests/fortest.f90
(284 lines added, 0 lines removed)
tests/test_fortest.f90
(1 lines added, 1 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Testsuite working. Framework ok !
tests/fortest.F90
(47 lines added, 67 lines removed)
tests/test_fortest.f90
(5 lines added, 5 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Fixed memory crash. Problem seems to be with trim() intrinsic.
tests/fortest.F90
(59 lines added, 39 lines removed)
tests/test_fortest.f90
(2 lines added, 2 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Making the test_case pointer to accept 'func' fails
Seg fault occurs, trim() intrinsic fails.
tests/fortest.F90
(6 lines added, 3 lines removed)
tests/test_fortest.f90
(3 lines added, 2 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Modified tests/Makefile
tests/Makefile
(1 lines added, 0 lines removed)
tests/fortest.F90
(3 lines added, 3 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Added Fortest an a testcase to test itself !
tests/Fortest.f90
(0 lines added, 281 lines removed)
tests/test_fortest.f90
(35 lines added, 0 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Fortest unit-testing framework ready.
tests/Fortest.f90
(281 lines added, 1 lines removed)
tests/fortest.F90
(281 lines added, 0 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Added target 'make check'
tests/Makefile
(1 lines added, 0 lines removed)
Makefile
(3 lines added, 0 lines removed)
|
Posted
about 15 years
ago
by
bdsatish
Library for tests is separated from core library.
./configure --debug --tests
make clean
make # Builds lib + tests
make check # Runs ./tests/testdriver.out
make install
tests/Makefile
(4 lines added, 2 lines removed)
Makefile
(1 lines added, 0 lines removed)
|