aboutsummaryrefslogtreecommitdiff
path: root/example_packages/circular_example/test/main.f90
blob: 5b7d8030e4067726f76a7befbb569fb21d7f6205 (plain)
1
2
3
4
5
6
7
program run_tests
    use hello_test, only: run_test

    implicit none

    call run_test
end program run_tests