// --------------------------- // // --- ecc_features_test.h --- // // --------------------------- // /* * Copyright (c) 2014 - 2014, Lionel Lacassagne, All rights reserved * University of Paris Sud, Laboratoire de Recherche en Informatique */ #ifndef __ECC_FEATURES_TEST_H__ #define __ECC_FEATURES_TEST_H__ #ifdef __cplusplus extern "C" { #endif #ifdef VERBOSE_PRAGMA //#pragma message("- include ecc_features.h") #endif void test1_granularit_density_features(void); // void main_test_features(int argc, char* argv[]); #ifdef __cplusplus } #endif #endif /* __FEATURES_H__ */