summaryrefslogtreecommitdiff
path: root/tests.h
blob: 65e82d59986f0237192eda09beb4036d6d1b9c45 (plain)
1
2
3
4
5
6
7
#ifndef TEST_H
#define TEST_H

void test_LR();
void run_tests();

#endif