mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
cleaning
This commit is contained in:
parent
1a3fa5a702
commit
88b68cb13d
|
|
@ -314,6 +314,7 @@ void test_get_measure_at(){
|
|||
|
||||
// Définition de la fonction de préparation
|
||||
void setUp(void) {
|
||||
Serial.begin(9600);
|
||||
// mettez ici le code qui doit s'exécuter AVANT CHAQUE test
|
||||
// Par exemple : initialisation de variables, nettoyage d'états
|
||||
}
|
||||
|
|
@ -334,10 +335,9 @@ int main( int argc, char **argv) {
|
|||
// The following commented test is here for faciltate the debug "test_get_measure_at", test_get_measure is private function for the storage_interface class
|
||||
// Maybe removed later
|
||||
// RUN_TEST(test_get_measure);
|
||||
RUN_TEST(test_get_measure_at);
|
||||
RUN_TEST(test_add_measure);
|
||||
RUN_TEST(test_get_struct);
|
||||
RUN_TEST(test_set_struct);
|
||||
TEST_MESSAGE("Fin des tests.");
|
||||
RUN_TEST(test_get_measure_at);
|
||||
RUN_TEST(test_add_measure);
|
||||
UNITY_END();
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef UNITY_CONFIG_H
|
||||
#define UNITY_CONFIG_H
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue