Skip to content
Snippets Groups Projects
Select Git revision
  • 349abe7e0132111737153bf2d4b1692d091b5ea8
  • master default protected
  • github/fork/hrani/master
  • github/fork/dilawar/master
  • chamcham
  • chhennapoda
  • wheel
  • 3.2.0-pre0
  • v3.1.3
  • 3.1.2
  • 3.1.1
  • chamcham-3.1.1
  • 3.1.0
  • ghevar_3.0.2_pre2
  • ghevar_3.0.2
15 results

onetoonemsg.py

Blame
  • simple_test.hpp 684 B
    /*
     * ==============================================================================
     *
     *       Filename:  simpletest.hpp
     *
     *    Description:  Main header file containing all definitions and macros.
     *
     *        Version:  1.0
     *        Created:  05/20/2014 09:22:42 PM
     *       Revision:  none
     *       Compiler:  gcc
     *
     *         Author:  Dilawar Singh (), dilawars@ncbs.res.in
     *   Organization:  
     *
     * ==============================================================================
     */
    
    #ifndef  SIMPLETEST_INC
    #define  SIMPLETEST_INC
    
    #include "print_function.hpp"
    #include "testing_macros.hpp"
    #include "simple_assert.hpp"
    
    #endif   /* ----- #ifndef SIMPLETEST_INC  ----- */