14 lines
146 B
C
14 lines
146 B
C
|
#ifndef __TEST_REPO_H__
|
||
|
#define __TEST_REPO_H__
|
||
|
|
||
|
#include "../../repo/repo.h"
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int test_config_repo() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|
||
|
|