~libpspio-developers/libpspio/trunk

« back to all changes in this revision

Viewing changes to fortran/src/tests/test_fortran_error.F90

  • Committer: Yann Pouillon (Rigel)
  • Date: 2016-06-08 18:58:01 UTC
  • mfrom: (422.1.22 pouillon)
  • Revision ID: yann.pouillon@ehu.es-20160608185801-5zcczzn0igqpu1io
MergedĀ pouillon/444

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
  call init_fruit()
30
30
 
31
 
  call test_error_add()
 
31
  call test_error_empty()
32
32
  call test_error_fetchall()
 
33
  call test_error_get_last()
 
34
  call test_error_single()
 
35
  call test_error_double()
 
36
  call test_error_triple()
33
37
 
34
38
  call fruit_summary()
35
39