#!/bin/sh

# Simple test: Does dh_fortran_mod work ?

export DH_VERBOSE=1

cd debian/tests
gfortran -c -o hello.o hello.f90
rm hello.o

dh_fortran_mod -p pkg

./debian/rules clean
rm *.mod
