#!/usr/bin/env python

#
# skip this test when FFTW_DIR is not set
#

import os
print('FFTW_DIR' not in os.environ)
