From 99847aa3ca84a507758f0fe690c062064e393b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sun, 12 Jan 2020 15:38:41 -0700 Subject: Add another test --- tests/2/main.f90 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/2/main.f90 (limited to 'tests') diff --git a/tests/2/main.f90 b/tests/2/main.f90 new file mode 100644 index 0000000..580da98 --- /dev/null +++ b/tests/2/main.f90 @@ -0,0 +1,5 @@ +program test2 +implicit none + +print *, "OK" +end -- cgit v1.2.3