Commit 3e3e90ce authored by YannGarcia's avatar YannGarcia
Browse files

Update module.mk

parent 3c55ae5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module LibItsIpv6OverGeoNetworking_Templates {
    //LibIts
    import from LibItsIpv6OverGeoNetworking_TypesAndValues all;
    import from LibItsGeoNetworking_TypesAndValues all;
    import from LibItsExternal_TypesAndValues {type MacAddress};
    import from LibItsExternal_TypesAndValues all;
    
    group ipv6OverGeoNwPrimitivesTemplates {
    
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ module LibItsIpv6OverGeoNetworking_Functions {
    import from LibItsIpv6OverGeoNetworking_TypesAndValues all;
    import from LibItsIpv6OverGeoNetworking_Templates all;
    import from LibItsIpv6OverGeoNetworking_Pixits all;
    import from LibItsExternal_TypesAndValues {type MacAddress};
    import from LibItsExternal_TypesAndValues all;
    
    group ipv6OverGeoConfigurationFunctions {
        
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
module LibItsIpv6OverGeoNetworking_TestSystem {
    
    // LibCommon
    import from LibCommon_Time {modulepar all};
    import from LibCommon_Time all;
    import from LibCommon_Sync all;

	// LibIts
+3 −2
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ ItsIpv6OverGeoNetworking_TestControl.ttcn

modules :=  lib \
            lib_system \
            /titan-test-system-framework/ttcn/LibHelpers \
            /titan-test-system-framework/ttcn/LibSecurity \
            ../../titan-test-system-framework/ttcn/LibHelpers \
            ../../titan-test-system-framework/ttcn/LibSecurity \
            ../../titan-test-system-framework/ttcn/LibXsd \
            ../LibCommon \
            ../LibIts  \
            ../AtsGeoNetworking/lib \